1<div id="export-options"></div>
2<div class="header">
3<p>
4Up: [[cvs: export--Export sources from CVS, similar to checkout#export&mdash;Export sources from CVS, similar to checkout|export]] &nbsp; |[[cvs: Index#SEC_Contents|Contents]]||[[cvs: Index#Index|Index]]|</p>
5</div>
6
7----
8
9<div id="export-options-1"></div>
10==== export options ====
11
12These standard options are supported by <code>export</code>
13(see [[cvs: Common command options#Common command options|Common options]], for a complete description of
14them):
15
16;<code>-D <var>date</var></code>
17: Use the most recent revision no later than <var>date</var>.
18
19;<code>-f</code>
20: If no matching revision is found, retrieve the most recent revision (instead of ignoring the file).
21
22;<code>-l</code>
23: Local; run only in current working directory.
24
25;<code>-n</code>
26: Do not run any checkout program.
27
28;<code>-R</code>
29: Export directories recursively.  This is on by default.
30
31;<code>-r <var>tag</var></code>
32: Use revision <var>tag</var>.
33
34In addition, these options (that are common to
35<code>checkout</code> and <code>export</code>) are also supported:
36
37;<code>-d <var>dir</var></code>
38: Create a directory called <var>dir</var> for the working files, instead of using the module name. See [[cvs: checkout options#checkout options|checkout options]], for complete details on how <small>CVS</small> handles this flag.
39
40;<code>-k <var>subst</var></code>
41: Set keyword expansion mode (see [[cvs: Substitution modes#Substitution modes|Substitution modes]]).
42
43;<code>-N</code>
44: Only useful together with &lsquo;<code>-d <var>dir</var></code>&rsquo;. See [[cvs: checkout options#checkout options|checkout options]], for complete details on how <small>CVS</small> handles this flag.
45
46
47This document was generated on <i>a sunny day</i> using [http://www.nongnu.org/texi2html/ <i>texi2html</i>].
48